home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dtype / Others / HTDS-programmer / Makefile < prev    next >
Makefile  |  1996-09-08  |  586b  |  36 lines

  1. #
  2. # $PROJECT: HyperText-DataType-System
  3. #
  4. # $VER: Makefile 40.1 (09.09.96)
  5. #
  6. # by
  7. #
  8. # Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
  9. #
  10. # (C) Copyright 1996
  11. # All Rights Reserved !
  12. #
  13. # $HISTORY:
  14. #
  15. # 09.09.96 : 040.001 : initial
  16. #
  17.  
  18. VERSTR     = $(VERSION).$(REVISION)
  19. NAME       = Software-Developer-Kit
  20. BASENAME   = HTDS_SDK
  21. SHORT      = $(NAME) for HTDS $(VERSTR)
  22. PLACE      = util/dtype
  23. README     = ReadMe
  24.  
  25. RELEASE    = $(BASENAME)_$(VERSTR).lha
  26. RELEASEPAT = programmer\#?
  27.  
  28. all:
  29.  
  30. release: $(RELEASE)
  31.  
  32. include source/misc/release.mk
  33.  
  34. include source/misc/autodoc.mk
  35.  
  36.